ExecTransition method

Executes the specified workflow definition transition for the current document object.

Syntax

ExecTransition(WorkflowTransition As IASWorkflowTransition, [Comments As String], [TodoPersons As String])
Parameters
Name Description

WorkflowTransition

An object that represents the workflow definition transition to execute

Comments

Optional comments to append to the comment log

TodoPersons

Optional user names to assign as the new to-do persons

Remarks

Related concepts

About the Document object